home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DDJMAG / DDJ9310.ZIP / PARASOL.ZIP / READ.ME < prev   
Text File  |  1993-09-06  |  5KB  |  122 lines

  1.               The Parasol Language
  2.                    version 1.0
  3.                    and
  4.             The ALYS Operating System
  5.                    version 1.0
  6.  
  7.                Copyright  (c) 1993
  8.                   Robert Jervis
  9.  
  10. This package is designed to compile and run Parasol programs on IBM PC
  11. compatible systems.  This file describes important information about
  12. licensing, installation and basic operation of the package.
  13.  
  14. This package consists of the ALYS operating system, which includes a Parasol 
  15. compiler.  This system will run on most 80386, 80486 or Pentium based
  16. PC's with at least a VGA display adaptor.  This system has been run on
  17. many ISA bus systems and will probably work on EISA and MCA buses as well,
  18. although some device drivers may not work correctly.
  19.  
  20. You must have some uncompressed DOS hard disk partitions where you can
  21. place this package.  This package consumes about N megabytes of disk space.
  22.  
  23. 1. Licensing
  24.  
  25. You may copy this package and give copies to as many other people as you
  26. wish.  You must keep the copyright notice in each source file you give to
  27. anyone else.  You may not sell all or any part of this package without prior
  28. written consent.  If you find this software useful or interesting you can
  29. register your copy by sending US$50.00 to the following address:
  30.  
  31.     Robert Jervis
  32.     17645 Via Sereno
  33.     Monte Sereno, CA 95030
  34.  
  35. Registered users will receive a list of known bugs and will be notified when 
  36. upgrades are available.
  37.  
  38. This package is made available AS IS.  I may no representations about the
  39. correctness or completeness of this package in any respect.  
  40.  
  41. You may use compiled library files to help create your own applications, and 
  42. you may sell those applications without owing any royalty.  You may also 
  43. modify the sources to the libraries, recompile them and link them into your
  44. applications royalty-free.  You may modify the source to an application 
  45. program that is part of the package or use the source in another application
  46. and you may sell the resulting program royalty free as long as it is not 
  47. substantially identical in form or function to the original application.
  48.  
  49. You may not sell the source files, in original or modified form, nor may
  50. you include the sources in another package for sale without prior written
  51. consent.
  52.  
  53. For example, you could use part of the Parasol compiler to create a Parasol
  54. compiler for a new target machine and you could sell the compiler as long
  55. as you did not include any unoriginal source files to either the compiler or
  56. the runtime library in the package.  Similarly, you could modify the 
  57. Parasol compiler to compile another language for ALYS and you could sell
  58. this new compiler as well.
  59.  
  60.  
  61. 2. Reporting Problems
  62.  
  63. If you find any problem with the product, please let me know.  You can
  64. e-mail comments or problem reports to:
  65.  
  66.     bjervis!parasol@relay1.uu.net
  67.  
  68. or mail them to:
  69.  
  70.     Robert Jervis
  71.     17645 Via Sereno
  72.     Monte Sereno, CA 95030
  73.  
  74. Please try to be as specific as you can about the problem, including a
  75. repeatable test case if you can.
  76.  
  77.  
  78. 3. Installation
  79.  
  80. This package is organized as a directory tree.  You can install this
  81. directory tree on any uncompressed DOS FAT partition of your hard disk.
  82. The ALYS operating system can only mount uncompressed FAT partitions, so
  83. keep this in mind when using this package.
  84.  
  85. The ALYS.ENV file supplied in this package is a skeleton that assumes you
  86. have placed the directory tree at C:\ALYS.  If you are placing the 
  87. software in another directory or on another drive, you must modify the
  88. path names in this file.  You must then copy this file to the C: root
  89. directory.  It is the only file that must be located in any specific spot
  90. on your disk.
  91.  
  92. The BOOT.EXE program is a DOS program that actually boots the ALYS system.
  93. Once booted, the ALYS system takes complete control of your machine.  I have
  94. had some problems with some DOS extenders.  Basically after a program that 
  95. uses a DOS extender (like Windows) runs, some of these extenders leave the 
  96. machine in a funny state.  The BOOT program will then fail, usually locking
  97. up the machine and forcing a reboot.
  98.  
  99. Once ALYS is loaded, it then mounts the floppy disks and your hard disk
  100. partitions, and then loads the console driver which loads a teletype window
  101. and starts a shell.
  102.  
  103. The floppy drives are given the names /a and /b.  Fixed disk partitions
  104. are assigned letters /c, /d and so on.  The algorithm is generally the
  105. same as used by DOS.  Also, if you have an older version of DOS with Disk
  106. Manager installed to give you large partitions, ALYS will mount those
  107. partitions correctly.
  108.  
  109. Note that in this release, the /a and /b drives are not mounted.
  110.  
  111. 4. Documentation
  112.  
  113. The documentation is supplied as MS Word for Windows files and also as
  114. PostScript files.
  115.  
  116. 5. The editor
  117.  
  118. There is a bug in the buffering of the editor.  You cannot use the buffer
  119. switching key (F6).  That key will end up hanging the editor.  If you
  120. open a second edit buffer (using F3), you must close that buffer in order to 
  121. return to the first buffer (Alt-C).
  122.